projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f9834c
)
Make "make force-autoloads" produce the correct result
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 1 Dec 2021 03:51:01 +0000
(
04:51
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 1 Dec 2021 03:55:18 +0000
(
04:55
+0100)
* lisp/emacs-lisp/autoload.el (cl-lib): We need the cl-macs at
runtime to expand cl-defmacros to find declare indent forms.
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 5857aa557179ff6e8ab5488a9efd679c7cf16af9..d8b4c1f885018466b912155d3d3338a093a8c17a 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-32,7
+32,7
@@
(require 'lisp-mode) ;for `doc-string-elt' properties.
(require 'lisp-mnt)
-(
eval-when-compile (require 'cl-lib)
)
+(
require 'cl-lib
)
(defvar generated-autoload-file nil
"File into which to write autoload definitions.